13 Post DamageΒΆ

from src.plot import plot_simulatedpath_full2_post, plot_simulatedpath_full2_lambda_post, plot_simulatedpath_full2_dist_post


title = """Figure 42: Simulated Pathways of R&D Investment as percentage of GDP <br> The trajectories jump to post damage cases when temperature anomaly hit target"""

plot_simulatedpath_full2_post(graph_type="x", graph_title=title,
                         yaxis_label="", graph_range=[0, 15], before15=False)
from src.plot import plot_simulatedpath_full2_post


title = """Figure 43: Simulated Pathways of Emission <br> The trajectories jump to post damage cases when temperature anomaly hit target"""

plot_simulatedpath_full2_post(graph_type="e", graph_title=title,
                              yaxis_label="", graph_range=[0, 25], before15=False)
title = """Figure 44: Simulated Pathways of R&D Investment as percentage of GDP <br> The x-axis represents the value of uncertain damage curvature."""

plot_simulatedpath_full2_lambda_post(graph_type="x", graph_title=title,
                              yaxis_label="", graph_range=[0, 10], before15=False)
title = """Figure 45: Simulated Pathways of Emission <br> The x-axis represents the value of uncertain damage curvature."""

plot_simulatedpath_full2_lambda_post(graph_type="e", graph_title=title,
                                     yaxis_label="", graph_range=[10, 20], before15=False)
title = """Figure 46: Simulated Distribution of R&D Investment as percentage of GDP <br> The trajectories jump to post damage cases when temperature anomaly hit target"""

plot_simulatedpath_full2_dist_post(graph_type="x", graph_title=title, xlabel="R&D Investment as Percentage of GDP",
                                     yaxis_label="", graph_range=[0, 15], before15=False)
title = """Figure 47: Simulated Distribution of Emission <br> The trajectories jump to post damage cases when temperature anomaly hit target"""

plot_simulatedpath_full2_dist_post(graph_type="e", graph_title=title,xlabel = "Emission",
                                   yaxis_label="", graph_range=[10, 20], before15=False)